{ "id": "1d170dda-391e-4fb1-9430-e4e7edf16680", "name": "Webhook Runbook - Simple Example", "description": "DEMO - DO NOT MODIFY", "variant": "incident", "triggerType": "webhook", "nodes": [ { "id": "ecf650ae-a9f1-40eb-8e41-477bbfcdabee", "type": "trigger", "label": "SDA Alert", "wires": [ [ "43520e9b-f4e1-4db6-9067-720f7bda3791" ] ], "description": "", "properties": { "x": 112, "y": 50, "triggerType": "webhook", "timeReference": "RUNBOOK_EXECUTION", "timeOffset": 900, "debug": false } }, { "id": "43520e9b-f4e1-4db6-9067-720f7bda3791", "type": "set_primitive_variables", "label": "Store webhook payload", "wires": [ [ "2e80c97d-df52-4c04-ba57-12872e3adf78", "1fe7afde-4c2c-4ddc-abf8-2f89b635f8bc" ] ], "description": "", "properties": { "x": 376, "y": 130, "variables": [ { "name": "runtime.alert_id" }, { "name": "runtime.alert_name" }, { "name": "runtime.alert_event_name" }, { "name": "runtime.urgency" }, { "name": "runtime.impact" }, { "name": "runtime.category" }, { "name": "runtime.identifier" }, { "name": "runtime.device_name" }, { "name": "runtime.device_type" }, { "name": "runtime.device_manufacturer" }, { "name": "runtime.device_model" }, { "name": "runtime.device_memory" }, { "name": "runtime.device_cpu_cores" }, { "name": "runtime.device_cpu_frequency" }, { "name": "runtime.device_last_booted" }, { "name": "runtime.device_last_booted_epoch" }, { "name": "runtime.username" }, { "name": "runtime.user_domain" }, { "name": "runtime.user_department" }, { "name": "runtime.user_email_address" }, { "name": "runtime.user_title" }, { "name": "runtime.os_name" }, { "name": "runtime.business_location" }, { "name": "runtime.subnet" }, { "name": "runtime.custom_attribute_1" }, { "name": "runtime.custom_attribute_2" }, { "name": "runtime.custom_attribute_3" }, { "name": "runtime.custom_attribute_4" }, { "name": "runtime.custom_attribute_5" }, { "name": "runtime.custom_attribute_6" }, { "name": "runtime.last_event_details" }, { "name": "runtime.alert_timestamp_epoch" } ], "transformTemplate": "{% assign body = trigger['requestBody'] %}\n\n{\n \"runtime.alert_id\": {{ body[\"alert_id\"] }},\n \"runtime.alert_name\": \"{{ body[\"alert_name\"] }}\",\n \"runtime.alert_event_name\": \"{{ body[\"alert_event_name\"] }}\",\n \"runtime.alert_timestamp\": \"{{ body[\"alert_timestamp\"] }}\",\n \"runtime.alert_timestamp_epoch\": {{ body[\"alert_timestamp_epoch\"] }},\n \"runtime.urgency\": \"{{ body[\"urgency\"] }},\",\n \"runtime.impact\": \"{{ body[\"impact\"] }},\",\n \"runtime.category\": \"{{ body[\"category\"] }}\",\n \"runtime.identifier\": \"{{ body[\"identifier\"] }},\",\n \"runtime.last_event_details\": \"{{ body[\"last_event_details\"] }},\",\n \"runtime.last_event_timestamp\": \"{{ body[\"last_event_timestamp\"] }},\",\n \"runtime.last_event_timestamp_epoch\": {{ body[\"last_event_timestamp_epoch\"] }},\n \"runtime.device_name\": \"{{ body[\"device_name\"] }}\",\n \"runtime.device_type\": \"{{ body[\"device_type\"] }}\",\n \"runtime.device_manufacturer\": \"{{ body[\"device_manufacturer\"] }}\",\n \"runtime.device_model\": \"{{ body[\"device_model\"] }}\",\n \"runtime.device_memory\": \"{{ body[\"device_memory\"] }}\",\n \"runtime.device_cpu_cores\": \"{{ body[\"device_cpu_cores\"] }}\",\n \"runtime.device_cpu_frequency\": \"{{ body[\"device_cpu_frequency\"] }}\",\n \"runtime.device_last_booted\": \"{{ body[\"device_last_booted\"] }}\",\n \"runtime.device_last_booted_epoch\": {{ body[\"device_last_booted_epoch\"] }},\n \"runtime.username\": \"{{ body[\"username\"] }}\",\n \"runtime.user_domain\": \"{{ body[\"user_domain\"] }}\",\n \"runtime.user_department\": \"{{ body[\"user_department\"] }}\",\n \"runtime.user_email_address\": \"{{ body[\"user_email_address\"] }}\",\n \"runtime.user_title\": \"{{ body[\"user_title\"] }}\",\n \"runtime.os_name\": \"{{ body[\"os_name\"] }}\",\n \"runtime.business_location\": \"{{ body[\"business_location\"] }}\",\n \"runtime.subnet\": \"{{ body[\"alersubnett_id\"] }}\",\n \"runtime.custom_attribute_1\": \"{{ body[\"custom_attribute_1\"] }}\",\n \"runtime.custom_attribute_2\": \"{{ body[\"custom_attribute_2\"] }}\",\n \"runtime.custom_attribute_3\": \"{{ body[\"custom_attribute_3\"] }}\",\n \"runtime.custom_attribute_4\": \"{{ body[\"custom_attribute_4\"] }}\",\n \"runtime.custom_attribute_5\": \"{{ body[\"custom_attribute_5\"] }}\",\n \"runtime.custom_attribute_6\": \"{{ body[\"custom_attribute_6\"] }}\"\n}\n", "debug": true } }, { "id": "8111ebc4-e650-433d-8e07-43a96c39db2d", "type": "decision", "label": "alert_name", "wires": [ [ "212020dd-e08e-4957-ab81-f46b809e0081" ], [ "7815e9ec-24f2-44c4-a02b-fa125fd6bcdd" ] ], "description": "", "properties": { "x": 921, "y": 300, "outputs": [ { "id": "o19567", "passedData": "MATCHED", "expression": { "id": "o4742", "type": "block", "operation": "AND", "conditions": [ { "type": "condition", "id": "c-1691163491635", "category": "variable", "key": "$VARIABLE.runtime.alert_name", "op": "EQ", "value": "Low Disk Space" } ] } }, { "id": "default" } ], "debug": true } }, { "id": "1fe7afde-4c2c-4ddc-abf8-2f89b635f8bc", "type": "transform", "label": "Get Alert Variables", "wires": [ [ "d9fc0e46-0899-4b61-ade6-a94b18f679e5" ] ], "description": "", "properties": { "x": 655, "y": 210, "outputDataFormat": "summary", "useVariableDefinition": "", "transformTemplate": "{\n \"data\": [\n {\n \"keys\": {\n \"Alert_Name\": \"{{variables[\"runtime.alert_name\"]}}\",\n \"Date\": \"{{variables[\"runtime.alert_timestamp_epoch\"] | date: '%Y-%m-%d--%H-%M-%S'}}\",\n \"Event_Details\": \"{{variables[\"runtime.last_event_details\"]}}\",\n \"Category\": \"{{variables[\"runtime.category\"]}}\",\n },\n \"data\": {}\n }\n ],\n \"info\": {\n \"keys\": [\n {\n \"id\": \"Alert_Name\",\n \"label\": \"Alert Name\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Date\",\n \"label\": \"Date\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Event_Details\",\n \"label\": \"Event Details\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Category\",\n \"label\": \"Category\",\n \"type\": \"string\",\n \"unit\": \"\"\n }\n ],\n \"metrics\": []\n }\n}\n", "synthMetrics": [], "synthKeys": [ { "id": "Alert_Name", "label": "Alert Name", "type": "string", "unit": "" }, { "id": "Date", "label": "Date", "type": "string", "unit": "" }, { "id": "Event_Details", "label": "Event Details", "type": "string", "unit": "" }, { "id": "Category", "label": "Category", "type": "string", "unit": "" } ], "debug": true } }, { "id": "d9fc0e46-0899-4b61-ade6-a94b18f679e5", "type": "rvbd_ui_table", "label": "Display Alert Summary", "wires": [], "description": "", "properties": { "x": 919, "y": 210, "title": "SDA Alert Summary", "row": "1", "notesPosition": "left", "notes": "", "sortColumn": "Alert_Name", "sortOrder": "asc", "columns": [ "Alert_Name", "Event_Details", "Category", "Date" ], "flipTable": false, "debug": false } }, { "id": "2e80c97d-df52-4c04-ba57-12872e3adf78", "type": "set_primitive_variables", "label": "Set actionName", "wires": [ [ "8111ebc4-e650-433d-8e07-43a96c39db2d" ] ], "description": "", "properties": { "x": 659, "y": 300, "variables": [ { "name": "runtime.actionName" } ], "transformTemplate": "{% assign alert_name = variables[\"runtime.alert_name\"] %}\n\n{\n {% if alert_name == \"Low Disk Space\" %}\n \"runtime.actionName\": \"Empty Recycle Bin1\"\n {% elsif alert_name == \"Weak WiFi\" %}\n \"runtime.actionName\": \"weakWifiAction\"\n {% else %}\n \"runtime.actionName\": \"noActionName\"\n {% endif %}\n}", "debug": true } }, { "id": "7b2a6ad1-cc10-4edd-83d3-d24bb84c3fcb", "type": "comment", "label": "Comment", "wires": [], "description": "", "properties": { "x": 57.99999999999994, "y": 120, "comment": "
\"SDA Alert\"
\n[Triggering Entity: Webhook]
\nExternal entity calls Riverbed IQ Webhook and passes the following HTTP Request Body for processing:
\n{
\n\"alert_id\": 1,
\n\"alert_name\": \"Low Disk Space\",
\n\"alert_event_name\": \"Low Disk Space\",
\n\"alert_timestamp\": \"2023-07-25T12:47:51.8-04:00\",
\n\"alert_timestamp_epoch\": 1690303671,
\n\"urgency\": \"Low\",
\n\"impact\": \"Low\",
\n\"category\": \"Hardware\",
\n\"identifier\": \"C:\",
\n\"last_event_details\": \"Drive: C:\\nFree MB: 499MB\\nPercent Free Space: 4%\",
\n\"last_event_timestamp\": \"2023-07-25T12:44:51.8-04:00\",
\n\"last_event_timestamp_epoch\": 1690303491,
\n\"device_name\": \"rvbd-nocpc01\",
\n\"device_type\": \"Desktop\",
\n\"device_manufacturer\": \"VMware, Inc.\",
\n\"device_model\": \"VMware, Inc\",
\n\"device_memory\": \"8GB\",
\n\"device_cpu_cores\": \"1\",
\n\"device_cpu_frequency\": \"2GHz to 2.5GHz\",
\n\"device_last_booted\": \"2023-07-23T12:49:51.8-04:00\",
\n\"device_last_booted_epoch\": 1690130991,
\n\"username\": \"rvbdnoc\",
\n\"user_domain\": \"NBTTECH\",
\n\"user_department\": \"Sales-SE Aternity\",
\n\"user_email_address\": \"Jaspreet.Sandhu@riverbed.com\",
\n\"user_title\": \"Senior Solutions Engineer\",
\n\"os_name\": \"MS Windows 10\",
\n\"subnet\": \"192.168.176.0/24\",
\n\"business_location\": \"Off-Site\",
\n\"custom_attribute_1\": \"\",
\n\"custom_attribute_2\": \"\",
\n\"custom_attribute_3\": \"\",
\n\"custom_attribute_4\": \"\",
\n\"custom_attribute_5\": \"\",
\n\"custom_attribute_6\": \"\"
\n}
", "debug": false }, "env": [] }, { "id": "212020dd-e08e-4957-ab81-f46b809e0081", "type": "transform", "label": "Get Alert Detail and Remediation Action", "wires": [ [ "9e92cccc-ea95-4e00-9a04-ac7cd63d2c53" ] ], "description": "", "properties": { "x": 1220, "y": 300, "outputDataFormat": "summary", "useVariableDefinition": "", "transformTemplate": "{\n \"data\": [\n {\n \"keys\": {\n \"Alert_Name\": \"{{variables[\"runtime.alert_name\"]}}\",\n \"Alert_Event_Name\": \"{{variables[\"runtime.alert_event_name\"]}}\",\n \"Date\": \"{{variables[\"runtime.alert_timestamp_epoch\"] | date: '%Y-%m-%d--%H-%M-%S'}}\",\n \"Event_Details\": \"{{variables[\"runtime.last_event_details\"]}}\",\n \"Category\": \"{{variables[\"runtime.category\"]}}\",\n \"Device_Type\": \"{{variables[\"runtime.device_type\"]}}\",\n \"Device_Manufacturer\": \"{{variables[\"runtime.device_manufacturer\"]}}\",\n \"Device_Model\": \"{{variables[\"runtime.device_model\"]}}\",\n \"Username\": \"{{variables[\"runtime.username\"]}}\",\n \"Action_Name\": \"{{variables[\"runtime.actionName\"]}}\",\n },\n \"data\": {}\n }\n ],\n \"info\": {\n \"keys\": [\n {\n \"id\": \"Alert_Name\",\n \"label\": \"Alert Name\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Alert_Event_Name\",\n \"label\": \"Alert Event Name\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Date\",\n \"label\": \"Date\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Event_Details\",\n \"label\": \"Event Details\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Category\",\n \"label\": \"Category\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Device_Type\",\n \"label\": \"Device Type\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Device_Manufacturer\",\n \"label\": \"Device Manufacturer\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Device_Model\",\n \"label\": \"Device Model\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Username\",\n \"label\": \"Username\",\n \"type\": \"string\",\n \"unit\": \"\"\n },\n {\n \"id\": \"Action_Name\",\n \"label\": \"Action Name\",\n \"type\": \"string\",\n \"unit\": \"\"\n }\n ],\n \"metrics\": []\n }\n}", "synthMetrics": [], "synthKeys": [ { "id": "Alert_Name", "label": "Alert Name", "type": "string", "unit": "" }, { "id": "Username", "label": "Username", "type": "string", "unit": "" }, { "id": "Action_Name", "label": "Action Name", "type": "string", "unit": "" } ], "debug": true } }, { "id": "9e92cccc-ea95-4e00-9a04-ac7cd63d2c53", "type": "rvbd_ui_table", "label": "Display Alert and Remediation Detail", "wires": [], "description": "", "properties": { "x": 1503, "y": 300, "title": "SDA Alert and Remediation Detail", "row": "1", "notesPosition": "left", "notes": "", "sortColumn": "SDA_Alert_Name", "sortOrder": "asc", "columns": [ "Alert_Name", "Username", "Action_Name" ], "includeAllColumns": false, "flipTable": false, "debug": false } }, { "id": "21cba746-34e0-4f7a-bbea-79daaf072058", "type": "comment", "label": "Store Request Data-elements into Variables", "wires": [], "description": "", "properties": { "x": 322, "y": 210, "comment": "\"Store webhook payload\"
\n[Variables: Set Primitive Variable]
\nConvert the information supplied in the HTTP-Request Body into a native Runbook format:
\n{% assign body = trigger['requestBody'] %}
\n{
\n\"runtime.alert_id\": {{ body[\"alert_id\"] }},
\n\"runtime.alert_name\": \"{{ body[\"alert_name\"] }}\",
\n\"runtime.alert_event_name\": \"{{ body[\"alert_event_name\"] }}\",
\n\"runtime.alert_timestamp\": \"{{ body[\"alert_timestamp\"] }}\",
\n\"runtime.alert_timestamp_epoch\": {{ body[\"alert_timestamp_epoch\"] }},
\n\"runtime.urgency\": \"{{ body[\"urgency\"] }},\",
\n\"runtime.impact\": \"{{ body[\"impact\"] }},\",
\n\"runtime.category\": \"{{ body[\"category\"] }}\",
\n\"runtime.identifier\": \"{{ body[\"identifier\"] }},\",
\n\"runtime.last_event_details\": \"{{ body[\"last_event_details\"] }},\",
\n\"runtime.last_event_timestamp\": \"{{ body[\"last_event_timestamp\"] }},\",
\n\"runtime.last_event_timestamp_epoch\": {{ body[\"last_event_timestamp_epoch\"] }},
\n\"runtime.device_name\": \"{{ body[\"device_name\"] }}\",
\n\"runtime.device_type\": \"{{ body[\"device_type\"] }}\",
\n\"runtime.device_manufacturer\": \"{{ body[\"device_manufacturer\"] }}\",
\n\"runtime.device_model\": \"{{ body[\"device_model\"] }}\",
\n\"runtime.device_memory\": \"{{ body[\"device_memory\"] }}\",
\n\"runtime.device_cpu_cores\": \"{{ body[\"device_cpu_cores\"] }}\",
\n\"runtime.device_cpu_frequency\": \"{{ body[\"device_cpu_frequency\"] }}\",
\n\"runtime.device_last_booted\": \"{{ body[\"device_last_booted\"] }}\",
\n\"runtime.device_last_booted_epoch\": {{ body[\"device_last_booted_epoch\"] }},
\n\"runtime.username\": \"{{ body[\"username\"] }}\",
\n\"runtime.user_domain\": \"{{ body[\"user_domain\"] }}\",
\n\"runtime.user_department\": \"{{ body[\"user_department\"] }}\",
\n\"runtime.user_email_address\": \"{{ body[\"user_email_address\"] }}\",
\n\"runtime.user_title\": \"{{ body[\"user_title\"] }}\",
\n\"runtime.os_name\": \"{{ body[\"os_name\"] }}\",
\n\"runtime.business_location\": \"{{ body[\"business_location\"] }}\",
\n\"runtime.subnet\": \"{{ body[\"alersubnett_id\"] }}\",
\n\"runtime.custom_attribute_1\": \"{{ body[\"custom_attribute_1\"] }}\",
\n\"runtime.custom_attribute_2\": \"{{ body[\"custom_attribute_2\"] }}\",
\n\"runtime.custom_attribute_3\": \"{{ body[\"custom_attribute_3\"] }}\",
\n\"runtime.custom_attribute_4\": \"{{ body[\"custom_attribute_4\"] }}\",
\n\"runtime.custom_attribute_5\": \"{{ body[\"custom_attribute_5\"] }}\",
\n\"runtime.custom_attribute_6\": \"{{ body[\"custom_attribute_6\"] }}\"
\n}
", "debug": false }, "env": [] }, { "id": "7815e9ec-24f2-44c4-a02b-fa125fd6bcdd", "type": "rvbd_ui_text", "label": "Display Unknown Alert", "wires": [], "description": "", "properties": { "x": 1226, "y": 410, "title": "Unknown Alert Encountered", "row": "1", "notes": "No matching logic for \"{{variables[\"runtime.alert_name\"]}}\"
", "debug": false } }, { "id": "53f97713-f928-4687-9315-ccac8b430220", "type": "comment", "label": "Comment 1", "wires": [], "description": "", "properties": { "x": 872, "y": -60, "comment": "\"Display Alert Summary\"
\n[Visualizations: Table]
\nSurface summary information about the SDA Alert that triggered this specific Runbook execution as a table with the following columns:
\n\"Get Alert Variables\"
\n[Functions: Transform]
\nTransforms Variables into JSON-format for consumption by subtending Nodes:
\n{
\n\"data\": [
\n{
\n\"keys\": {
\n\"Alert_Name\": \"{{variables[\"runtime.alert_name\"]}}\",
\n\"Date\": \"{{variables[\"runtime.alert_timestamp_epoch\"] | date: '%Y-%m-%d--%H-%M-%S'}}\",
\n\"Event_Details\": \"{{variables[\"runtime.last_event_details\"]}}\",
\n\"Category\": \"{{variables[\"runtime.category\"]}}\",
\n},
\n\"data\": {}
\n}
\n],
\n\"info\": {
\n\"keys\": [
\n{
\n\"id\": \"Alert_Name\",
\n\"label\": \"Alert Name\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Date\",
\n\"label\": \"Date\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Event_Details\",
\n\"label\": \"Event Details\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Category\",
\n\"label\": \"Category\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n}
\n],
\n\"metrics\": []
\n}
\n}
", "debug": false }, "env": [] }, { "id": "a8179027-7fc3-444d-baee-00d074da56d3", "type": "comment", "label": "Comment 3", "wires": [], "description": "", "properties": { "x": 599, "y": 365.00000000000006, "comment": "\"Set actionName\"
\n[Variables: Set Primitive Variable]
\nMap the supplied [Alert Name] to known Remediation [Action Name] and store the mapping in a Runbook Variable
\n{% assign alert_name = variables[\"runtime.alert_name\"] %}
\n{
\n{% if alert_name == \"Low Disk Space\" %}
\n\"runtime.actionName\": \"Empty Recycle Bin1\"
\n{% elsif alert_name == \"Weak WiFi\" %}
\n\"runtime.actionName\": \"weakWifiAction\"
\n{% else %}
\n\"runtime.actionName\": \"noActionName\"
\n{% endif %}
\n}
", "debug": false } }, { "id": "a7259b42-23b8-49ca-bb3e-baf275e5bd34", "type": "comment", "label": "Comment 4", "wires": [], "description": "", "properties": { "x": 873, "y": 399.99999999999994, "comment": "\"alert_name\"
\n[Logic: Decision Branch]
\nAt times there is a need for an automation to “pivot” execution-path based on information that has been gathered. The [Logic: Decision Branch] Runbook Node provides a mechanism to specify path of execution based upon some test/condition.
\nFor this Runbook, the [Logic: Decision Branch] Node is configured to determine two paths of execution:
\n\"Display Alert and Remediation Detail\"
\n[Visualizations: Table]
\nSurface detailed information about the supplied Alert and associated Remediation as a table with the following columns:
\n\"Display Alert Summary\"
\n[Visualizations: Table]
\nSurface summary information about the SDA Alert that triggered this specific Runbook execution as a table with the following columns:
\n\"Get Alert Detail and Remediation Action\"
\n[Functions: Transform]
\nTransforms Variables into JSON-format for consumption by subtending Nodes:
\n{
\n\"data\": [
\n{
\n\"keys\": {
\n\"Alert_Name\": \"{{variables[\"runtime.alert_name\"]}}\",
\n\"Alert_Event_Name\": \"{{variables[\"runtime.alert_event_name\"]}}\",
\n\"Date\": \"{{variables[\"runtime.alert_timestamp_epoch\"] | date: '%Y-%m-%d--%H-%M-%S'}}\",
\n\"Event_Details\": \"{{variables[\"runtime.last_event_details\"]}}\",
\n\"Category\": \"{{variables[\"runtime.category\"]}}\",
\n\"Device_Type\": \"{{variables[\"runtime.device_type\"]}}\",
\n\"Device_Manufacturer\": \"{{variables[\"runtime.device_manufacturer\"]}}\",
\n\"Device_Model\": \"{{variables[\"runtime.device_model\"]}}\",
\n\"Username\": \"{{variables[\"runtime.username\"]}}\",
\n\"Action_Name\": \"{{variables[\"runtime.actionName\"]}}\",
\n},
\n\"data\": {}
\n}
\n],
\n\"info\": {
\n\"keys\": [
\n{
\n\"id\": \"Alert_Name\",
\n\"label\": \"Alert Name\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Alert_Event_Name\",
\n\"label\": \"Alert Event Name\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Date\",
\n\"label\": \"Date\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Event_Details\",
\n\"label\": \"Event Details\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Category\",
\n\"label\": \"Category\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Device_Type\",
\n\"label\": \"Device Type\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Device_Manufacturer\",
\n\"label\": \"Device Manufacturer\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Device_Model\",
\n\"label\": \"Device Model\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Username\",
\n\"label\": \"Username\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n},
\n{
\n\"id\": \"Action_Name\",
\n\"label\": \"Action Name\",
\n\"type\": \"string\",
\n\"unit\": \"\"
\n}
\n],
\n\"metrics\": []
\n}
\n}
", "debug": false }, "env": [] } ], "configs": [], "runtimeVariables": { "primitiveVariables": [ { "type": "integer", "defaultValue": "0", "name": "runtime.alert_id", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.alert_name", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.alert_event_name", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.alert_timestamp", "isReadonly": false }, { "type": "timestamp", "defaultValue": null, "name": "runtime.alert_timestamp_epoch", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.urgency", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.impact", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.category", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.identifier", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.last_event_details", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.last_event_timestamp", "isReadonly": false }, { "type": "timestamp", "defaultValue": null, "name": "runtime.last_event_timestamp_epoch", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.device_name", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.device_type", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.device_manufacturer", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.device_model", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.device_memory", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.device_cpu_cores", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.device_cpu_frequency", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.device_last_booted", "isReadonly": false }, { "type": "timestamp", "defaultValue": null, "name": "runtime.device_last_booted_epoch", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.username", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.user_domain", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.user_department", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.user_email_address", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.user_title", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.os_name", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.subnet", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.business_location", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.custom_attribute_1", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.custom_attribute_2", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.custom_attribute_3", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.custom_attribute_4", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.custom_attribute_5", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.custom_attribute_6", "isReadonly": false }, { "type": "string", "defaultValue": null, "name": "runtime.actionName", "isReadonly": false } ], "structuredVariables": [] }, "isReady": false, "isFactory": false }